Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.core.storage.sql.softdelete--schedule

This contribution is part of XML component org.nuxeo.ecm.core.storage.sql.softdelete inside nuxeo-core-storage-sql-9.10.jar /OSGI-INF/repo-softdelete-contrib.xml

Extension Point

Extension point schedule of component SchedulerService.

Contributed Items

  • <schedule id="softDeleteCleanup">
          <event>softDeleteCleanup</event>
          <!-- cleanup every 15 minutes -->
          <cronExpression>0 0/15 * * * ?</cronExpression>
        </schedule>

XML Source

<extension point="schedule" target="org.nuxeo.ecm.core.scheduler.SchedulerService">
    <schedule id="softDeleteCleanup">
      <event>softDeleteCleanup</event>
      <!-- cleanup every 15 minutes -->
      <cronExpression>0 0/15 * * * ?</cronExpression>
    </schedule>
  </extension>